import { PLACEHOLDER_SLUGS } from '@akinon/pz-theme/src/chrome/placeholder-slugs'; import { ROUTES } from 'routes'; import AccountPageSlot from '../account-page-slot'; export default function ProfileLayout({ children }: { children: React.ReactNode; }) { return ( {children} ); }